home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGCONFIG_RATECONTROLFORM / TMPEGCONFIG_RATECONTROLFORM.txt
Text File  |  2001-04-04  |  20KB  |  717 lines

  1. object MPEGConfig_RateControlForm: TMPEGConfig_RateControlForm
  2.   Left = 218
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 257
  6.   ClientWidth = 351
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object OKButton: TButton
  21.     Left = 184
  22.     Top = 226
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = OKButtonClick
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 266
  33.     Top = 226
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object Notebook: TNotebook
  42.     Left = 3
  43.     Top = 2
  44.     Width = 342
  45.     Height = 221
  46.     PageIndex = 4
  47.     TabOrder = 2
  48.     object TPage
  49.       Left = 0
  50.       Top = 0
  51.       Caption = 'CBR'
  52.       object CBR_BitRateLabel: TLabel
  53.         Left = 24
  54.         Top = 24
  55.         Width = 75
  56.         Height = 12
  57.         Caption = '&Bit rate:'
  58.         FocusControl = CBR_BitRate
  59.       end
  60.       object Bevel1: TBevel
  61.         Left = 7
  62.         Top = 8
  63.         Width = 331
  64.         Height = 209
  65.         Shape = bsFrame
  66.       end
  67.       object CBR_BitRate_StepLabel: TLabel
  68.         Left = 270
  69.         Top = 23
  70.         Width = 51
  71.         Height = 12
  72.         AutoSize = False
  73.       end
  74.       object CBR_BitRate: TSpinExEdit
  75.         Left = 136
  76.         Top = 19
  77.         Width = 129
  78.         Height = 21
  79.         Hint = 
  80.           'Set how many bits per sec video part use.'#13#10'The higher number, th' +
  81.           'e better quality and larger file size.'#13#10#13#10'For 320x240 30fps, nor' +
  82.           'mally 1152Kbit/sec'#13#10'For 640x480 30fps, normally 4000Kbit/sec'
  83.         AlignValue = True
  84.         CanFloatValue = False
  85.         FloatValue = 1000
  86.         Increment = 50000
  87.         MinValue = 1000
  88.         TabOrder = 0
  89.         Value = 1000
  90.         OnKeyDown = EditKeyDown
  91.         OnGetText = BitRateEditGetText
  92.         OnGetValue = BitRateEditGetValue
  93.       end
  94.     end
  95.     object TPage
  96.       Left = 0
  97.       Top = 0
  98.       Caption = 'VBR'
  99.       object Bevel2: TBevel
  100.         Left = 7
  101.         Top = 8
  102.         Width = 331
  103.         Height = 209
  104.         Shape = bsFrame
  105.       end
  106.       object VBR_AvgBitRateLabel: TLabel
  107.         Left = 22
  108.         Top = 24
  109.         Width = 99
  110.         Height = 12
  111.         Caption = '&Average bitrate:'
  112.         FocusControl = VBR_AvgBitRate
  113.       end
  114.       object VBR_MaxBitRateLabel: TLabel
  115.         Left = 22
  116.         Top = 50
  117.         Width = 100
  118.         Height = 12
  119.         Caption = '&Maximum bitrate:'
  120.         FocusControl = VBR_MaxBitRate
  121.       end
  122.       object VBR_MinBitRateLabel: TLabel
  123.         Left = 22
  124.         Top = 76
  125.         Width = 94
  126.         Height = 12
  127.         Caption = 'M&inimum bitrate:'
  128.         FocusControl = VBR_MinBitRate
  129.       end
  130.       object VBR_MinBitRate_StepLabel: TLabel
  131.         Left = 270
  132.         Top = 75
  133.         Width = 60
  134.         Height = 12
  135.         AutoSize = False
  136.       end
  137.       object VBR_MaxBitRate_StepLabel: TLabel
  138.         Left = 270
  139.         Top = 49
  140.         Width = 60
  141.         Height = 12
  142.         AutoSize = False
  143.       end
  144.       object VBR_AvgBitRate_StepLabel: TLabel
  145.         Left = 270
  146.         Top = 23
  147.         Width = 60
  148.         Height = 12
  149.         AutoSize = False
  150.       end
  151.       object VBR_AvgBitRate: TSpinExEdit
  152.         Left = 136
  153.         Top = 19
  154.         Width = 129
  155.         Height = 21
  156.         Hint = 'Set average bitrate'
  157.         AlignValue = True
  158.         CanFloatValue = False
  159.         FloatValue = 1000
  160.         Increment = 50000
  161.         MinValue = 1000
  162.         TabOrder = 0
  163.         Value = 1000
  164.         OnKeyDown = EditKeyDown
  165.         OnGetText = BitRateEditGetText
  166.         OnGetValue = BitRateEditGetValue
  167.       end
  168.       object VBR_MaxBitRate: TSpinExEdit
  169.         Left = 136
  170.         Top = 45
  171.         Width = 129
  172.         Height = 21
  173.         Hint = 'Set maximum bitrate'
  174.         AlignValue = True
  175.         CanFloatValue = False
  176.         Increment = 50000
  177.         TabOrder = 1
  178.         Value = 0
  179.         OnKeyDown = EditKeyDown
  180.         OnGetText = BitRateEditGetText
  181.         OnGetValue = BitRateEditGetValue
  182.       end
  183.       object VBR_MinBitRate: TSpinExEdit
  184.         Left = 136
  185.         Top = 71
  186.         Width = 129
  187.         Height = 21
  188.         Hint = 'Set minimum bitrate'
  189.         AlignValue = True
  190.         CanFloatValue = False
  191.         Increment = 50000
  192.         TabOrder = 2
  193.         Value = 0
  194.         OnKeyDown = EditKeyDown
  195.         OnGetText = BitRateEditGetText
  196.         OnGetValue = BitRateEditGetValue
  197.       end
  198.       object VBR_Padding: TCheckBox
  199.         Left = 22
  200.         Top = 104
  201.         Width = 281
  202.         Height = 17
  203.         Hint = 
  204.           'When encoding, if actual bitrate gets smaller than minimum bitra' +
  205.           'te,'#13#10'output null data for padding so that the bitrate does not g' +
  206.           'et smaller than minimum.'#13#10#13#10'<> Detailed info'#13#10#13#10'Insert padding a' +
  207.           'ppropriately so that data transfer rate to'#13#10'VBV buffer does not ' +
  208.           'get lower than selected minimum bitrate.'#13#10#13#10'Thus, some time padd' +
  209.           'ing is inserted even if the bitrate is not'#13#10'lower than minimum t' +
  210.           'emporarily, then file size is increased.'#13#10#13#10'FYI, this is always ' +
  211.           'ON if it is fixed bitrate.'
  212.         Caption = 'Enable padding when falling below the minimum bit rate'
  213.         TabOrder = 3
  214.       end
  215.     end
  216.     object TPage
  217.       Left = 0
  218.       Top = 0
  219.       Caption = 'MVBR'
  220.       object MVBR_MaxBitRateLabel: TLabel
  221.         Left = 22
  222.         Top = 24
  223.         Width = 100
  224.         Height = 12
  225.         Caption = '&Maximum bitrate:'
  226.         FocusControl = MVBR_MaxBitRate
  227.       end
  228.       object MVBR_MinBitRateLabel: TLabel
  229.         Left = 22
  230.         Top = 50
  231.         Width = 94
  232.         Height = 12
  233.         Caption = 'M&inimum bitrate:'
  234.         FocusControl = MVBR_MinBitRate
  235.       end
  236.       object Bevel7: TBevel
  237.         Left = 22
  238.         Top = 104
  239.         Width = 301
  240.         Height = 2
  241.       end
  242.       object MVBR_CQ_Quality_PLabel: TLabel
  243.         Left = 22
  244.         Top = 121
  245.         Width = 181
  246.         Height = 12
  247.         Caption = '&P picture spoilage when partial CQ:'
  248.       end
  249.       object MVBR_CQ_Quality_BLabel: TLabel
  250.         Left = 22
  251.         Top = 145
  252.         Width = 183
  253.         Height = 12
  254.         Caption = '&B picture spoilage when partial CQ:'
  255.       end
  256.       object MVBR_MinBitRate_StepLabel: TLabel
  257.         Left = 270
  258.         Top = 49
  259.         Width = 59
  260.         Height = 12
  261.         AutoSize = False
  262.       end
  263.       object MVBR_MaxBitRate_StepLabel: TLabel
  264.         Left = 270
  265.         Top = 23
  266.         Width = 59
  267.         Height = 12
  268.         AutoSize = False
  269.       end
  270.       object Bevel4: TBevel
  271.         Left = 7
  272.         Top = 8
  273.         Width = 331
  274.         Height = 209
  275.         Shape = bsFrame
  276.       end
  277.       object MVBR_MaxBitRate: TSpinExEdit
  278.         Left = 136
  279.         Top = 19
  280.         Width = 129
  281.         Height = 21
  282.         Hint = 
  283.           'Set maximum bitrate when bitrate for movie scene is specified.'#13#10 +
  284.           #13#10'This setting does not specify bitrate of movie directly. Only ' +
  285.           'maximum bitrate is specified.'
  286.         AlignValue = True
  287.         CanFloatValue = False
  288.         FloatValue = 1000
  289.         Increment = 50000
  290.         MinValue = 1000
  291.         TabOrder = 0
  292.         Value = 1000
  293.         OnKeyDown = EditKeyDown
  294.         OnGetText = BitRateEditGetText
  295.         OnGetValue = BitRateEditGetValue
  296.       end
  297.       object MVBR_MinBitRate: TSpinExEdit
  298.         Left = 136
  299.         Top = 45
  300.         Width = 129
  301.         Height = 21
  302.         Hint = 'Set minimum bitrate'
  303.         AlignValue = True
  304.         CanFloatValue = False
  305.         Increment = 50000
  306.         TabOrder = 1
  307.         Value = 0
  308.         OnKeyDown = EditKeyDown
  309.         OnGetText = BitRateEditGetText
  310.         OnGetValue = BitRateEditGetValue
  311.       end
  312.       object MVBR_Padding: TCheckBox
  313.         Left = 22
  314.         Top = 75
  315.         Width = 281
  316.         Height = 17
  317.         Hint = 
  318.           'When encoding, if actual bitrate gets smaller than minimum bitra' +
  319.           'te,'#13#10'output null data for padding so that the bitrate does not g' +
  320.           'et smaller than minimum.'#13#10#13#10'<> Detailed info'#13#10#13#10'Insert padding a' +
  321.           'ppropriately so that data transfer rate to'#13#10'VBV buffer does not ' +
  322.           'get lower than selected minimum bitrate.'#13#10#13#10'Thus, some time padd' +
  323.           'ing is inserted even if the bitrate is not'#13#10'lower than minimum t' +
  324.           'emporarily, then file size is increased.'#13#10#13#10'FYI, this is always ' +
  325.           'ON if it is fixed bitrate.'
  326.         Caption = 'Enable padding when falling below the minimum bit rate'
  327.         TabOrder = 2
  328.       end
  329.       object MVBR_CQ_Quality_B: TSpinExEdit
  330.         Left = 216
  331.         Top = 141
  332.         Width = 81
  333.         Height = 21
  334.         Hint = 
  335.           'Suppose I picture spoilage is 0, set B picture relative spoilage' +
  336.           ' a range of -100 to 100.'#13#10#13#10'Normally, this does not have to be c' +
  337.           'hanged.'
  338.         AlignValue = False
  339.         CanFloatValue = False
  340.         Increment = 1
  341.         MaxValue = 100
  342.         MinValue = -100
  343.         TabOrder = 4
  344.         Value = 0
  345.         OnKeyDown = EditKeyDown
  346.       end
  347.       object MVBR_CQ_Quality_P: TSpinExEdit
  348.         Left = 216
  349.         Top = 116
  350.         Width = 81
  351.         Height = 21
  352.         Hint = 
  353.           'Suppose I picture spoilage is 0, set P picture relative spoilage' +
  354.           ' a range of -100 to 100.'#13#10#13#10'Normally, this does not have to be c' +
  355.           'hanged.'
  356.         AlignValue = False
  357.         CanFloatValue = False
  358.         Increment = 1
  359.         MaxValue = 100
  360.         MinValue = -100
  361.         TabOrder = 3
  362.         Value = 0
  363.         OnKeyDown = EditKeyDown
  364.       end
  365.     end
  366.     object TPage
  367.       Left = 0
  368.       Top = 0
  369.       Caption = 'AVBR'
  370.       object Bevel3: TBevel
  371.         Left = 7
  372.         Top = 8
  373.         Width = 331
  374.         Height = 209
  375.         Shape = bsFrame
  376.       end
  377.       object AVBR_QualityLabel: TLabel
  378.         Left = 22
  379.         Top = 42
  380.         Width = 42
  381.         Height = 12
  382.         Caption = '&Quality:'
  383.         FocusControl = AVBR_Quality
  384.       end
  385.       object AVBR_QualityMinLabel: TLabel
  386.         Left = 75
  387.         Top = 22
  388.         Width = 94
  389.         Height = 12
  390.         AutoSize = False
  391.         Caption = 'Lowest(0)'
  392.       end
  393.       object AVBR_QualityMaxLabel: TLabel
  394.         Left = 176
  395.         Top = 22
  396.         Width = 87
  397.         Height = 12
  398.         Alignment = taRightJustify
  399.         AutoSize = False
  400.         Caption = 'Highest(100)'
  401.       end
  402.       object AVBR_MaxBitRateLabel: TLabel
  403.         Left = 22
  404.         Top = 77
  405.         Width = 100
  406.         Height = 12
  407.         Caption = '&Maximum bitrate:'
  408.         FocusControl = AVBR_MaxBitRate
  409.       end
  410.       object AVBR_MinBitRateLabel: TLabel
  411.         Left = 22
  412.         Top = 103
  413.         Width = 94
  414.         Height = 12
  415.         Caption = 'M&inimum bitrate:'
  416.         FocusControl = AVBR_MinBitRate
  417.       end
  418.       object AVBR_MaxBitRate_StepLabel: TLabel
  419.         Left = 270
  420.         Top = 76
  421.         Width = 59
  422.         Height = 12
  423.         AutoSize = False
  424.       end
  425.       object AVBR_MinBitRate_StepLabel: TLabel
  426.         Left = 270
  427.         Top = 102
  428.         Width = 59
  429.         Height = 12
  430.         AutoSize = False
  431.       end
  432.       object AVBR_Quality: TScrollBar
  433.         Left = 75
  434.         Top = 40
  435.         Width = 190
  436.         Height = 16
  437.         Hint = 
  438.           'Set quality at range of 0 - 100.The higher number, the better qu' +
  439.           'ality and larger file size.'
  440.         PageSize = 0
  441.         TabOrder = 0
  442.         OnChange = AVBR_QualityChange
  443.         OnKeyDown = EditKeyDown
  444.       end
  445.       object AVBR_QualityEdit: TSpinExEdit
  446.         Left = 270
  447.         Top = 37
  448.         Width = 57
  449.         Height = 21
  450.         Hint = 
  451.           'Set quality at range of 0 - 100.The higher number, the better qu' +
  452.           'ality and larger file size.'
  453.         AlignValue = False
  454.         CanFloatValue = True
  455.         Increment = 1
  456.         MaxValue = 100
  457.         TabOrder = 1
  458.         Value = 0
  459.         OnChange = AVBR_QualityEditChange
  460.         OnKeyDown = EditKeyDown
  461.       end
  462.       object AVBR_Padding: TCheckBox
  463.         Left = 22
  464.         Top = 128
  465.         Width = 281
  466.         Height = 17
  467.         Hint = 
  468.           'When encoding, if actual bitrate gets smaller than minimum bitra' +
  469.           'te,'#13#10'output null data for padding so that the bitrate does not g' +
  470.           'et smaller than minimum.'#13#10#13#10'<> Detailed info'#13#10#13#10'Insert padding a' +
  471.           'ppropriately so that data transfer rate to'#13#10'VBV buffer does not ' +
  472.           'get lower than selected minimum bitrate.'#13#10#13#10'Thus, some time padd' +
  473.           'ing is inserted even if the bitrate is not'#13#10'lower than minimum t' +
  474.           'emporarily, then file size is increased.'#13#10#13#10'FYI, this is always ' +
  475.           'ON if it is fixed bitrate.'
  476.         Caption = 'Enable padding when falling below the minimum bit rate'
  477.         TabOrder = 2
  478.       end
  479.       object AVBR_MinBitRate: TSpinExEdit
  480.         Left = 136
  481.         Top = 98
  482.         Width = 129
  483.         Height = 21
  484.         Hint = 'Set minimum bitrate'
  485.         AlignValue = True
  486.         CanFloatValue = False
  487.         Increment = 50000
  488.         TabOrder = 4
  489.         Value = 0
  490.         OnKeyDown = EditKeyDown
  491.         OnGetText = BitRateEditGetText
  492.         OnGetValue = BitRateEditGetValue
  493.       end
  494.       object AVBR_MaxBitRate: TSpinExEdit
  495.         Left = 136
  496.         Top = 72
  497.         Width = 129
  498.         Height = 21
  499.         Hint = 'Set maximum bitrate'
  500.         AlignValue = True
  501.         CanFloatValue = False
  502.         FloatValue = 1000
  503.         Increment = 50000
  504.         MinValue = 1000
  505.         TabOrder = 3
  506.         Value = 1000
  507.         OnKeyDown = EditKeyDown
  508.         OnGetText = BitRateEditGetText
  509.         OnGetValue = BitRateEditGetValue
  510.       end
  511.     end
  512.     object TPage
  513.       Left = 0
  514.       Top = 0
  515.       Caption = 'CQ'
  516.       object CQ_QualityMinLabel: TLabel
  517.         Left = 75
  518.         Top = 22
  519.         Width = 94
  520.         Height = 12
  521.         AutoSize = False
  522.         Caption = 'Lowest(0)'
  523.       end
  524.       object CQ_QualityLabel: TLabel
  525.         Left = 22
  526.         Top = 42
  527.         Width = 42
  528.         Height = 12
  529.         Caption = '&Quality:'
  530.         FocusControl = CQ_Quality
  531.       end
  532.       object CQ_QualityMaxLabel: TLabel
  533.         Left = 168
  534.         Top = 22
  535.         Width = 95
  536.         Height = 12
  537.         Alignment = taRightJustify
  538.         AutoSize = False
  539.         Caption = 'Highest(100)'
  540.       end
  541.       object CQ_MaxBitRateLabel: TLabel
  542.         Left = 22
  543.         Top = 77
  544.         Width = 100
  545.         Height = 12
  546.         Caption = '&Maximum bitrate:'
  547.         FocusControl = CQ_MaxBitRate
  548.       end
  549.       object CQ_MinBitRateLabel: TLabel
  550.         Left = 22
  551.         Top = 103
  552.         Width = 94
  553.         Height = 12
  554.         Caption = 'M&inimum bitrate:'
  555.         FocusControl = CQ_MinBitRate
  556.       end
  557.       object CQ_Quality_PLabel: TLabel
  558.         Left = 22
  559.         Top = 165
  560.         Width = 105
  561.         Height = 12
  562.         Caption = '&P picture spoilage:'
  563.       end
  564.       object CQ_Quality_BLabel: TLabel
  565.         Left = 22
  566.         Top = 189
  567.         Width = 107
  568.         Height = 12
  569.         Caption = '&B picture spoilage:'
  570.       end
  571.       object Bevel5: TBevel
  572.         Left = 7
  573.         Top = 8
  574.         Width = 331
  575.         Height = 209
  576.         Shape = bsFrame
  577.       end
  578.       object Bevel6: TBevel
  579.         Left = 22
  580.         Top = 152
  581.         Width = 301
  582.         Height = 2
  583.       end
  584.       object CQ_MinBitRate_StepLabel: TLabel
  585.         Left = 270
  586.         Top = 102
  587.         Width = 59
  588.         Height = 12
  589.         AutoSize = False
  590.       end
  591.       object CQ_MaxBitRate_StepLabel: TLabel
  592.         Left = 270
  593.         Top = 76
  594.         Width = 59
  595.         Height = 12
  596.         AutoSize = False
  597.       end
  598.       object CQ_Quality: TScrollBar
  599.         Left = 75
  600.         Top = 40
  601.         Width = 190
  602.         Height = 16
  603.         Hint = 
  604.           'Set quality at range of 0 - 100.The higher number, the better qu' +
  605.           'ality and larger file size.'
  606.         PageSize = 0
  607.         TabOrder = 0
  608.         OnChange = CQ_QualityChange
  609.         OnKeyDown = EditKeyDown
  610.       end
  611.       object CQ_QualityEdit: TSpinExEdit
  612.         Left = 270
  613.         Top = 37
  614.         Width = 57
  615.         Height = 21
  616.         Hint = 
  617.           'Set quality at range of 0 - 100.The higher number, the better qu' +
  618.           'ality and larger file size.'
  619.         AlignValue = False
  620.         CanFloatValue = True
  621.         Increment = 1
  622.         MaxValue = 100
  623.         TabOrder = 1
  624.         Value = 0
  625.         OnChange = CQ_QualityEditChange
  626.         OnKeyDown = EditKeyDown
  627.       end
  628.       object CQ_MaxBitRate: TSpinExEdit
  629.         Left = 136
  630.         Top = 72
  631.         Width = 129
  632.         Height = 21
  633.         Hint = 'Set maximum bitrate'
  634.         AlignValue = True
  635.         CanFloatValue = False
  636.         FloatValue = 1000
  637.         Increment = 50000
  638.         MinValue = 1000
  639.         TabOrder = 2
  640.         Value = 1000
  641.         OnKeyDown = EditKeyDown
  642.         OnKeyUp = EditKeyDown
  643.         OnGetText = BitRateEditGetText
  644.         OnGetValue = BitRateEditGetValue
  645.       end
  646.       object CQ_MinBitRate: TSpinExEdit
  647.         Left = 136
  648.         Top = 98
  649.         Width = 129
  650.         Height = 21
  651.         Hint = 'Set minimum bitrate'
  652.         AlignValue = True
  653.         CanFloatValue = False
  654.         Increment = 50000
  655.         TabOrder = 3
  656.         Value = 0
  657.         OnKeyDown = EditKeyDown
  658.         OnGetText = BitRateEditGetText
  659.         OnGetValue = BitRateEditGetValue
  660.       end
  661.       object CQ_Padding: TCheckBox
  662.         Left = 22
  663.         Top = 128
  664.         Width = 281
  665.         Height = 17
  666.         Hint = 
  667.           'When encoding, if actual bitrate gets smaller than minimum bitra' +
  668.           'te,'#13#10'output null data for padding so that the bitrate does not g' +
  669.           'et smaller than minimum.'#13#10#13#10'<> Detailed info'#13#10#13#10'Insert padding a' +
  670.           'ppropriately so that data transfer rate to'#13#10'VBV buffer does not ' +
  671.           'get lower than selected minimum bitrate.'#13#10#13#10'Thus, some time padd' +
  672.           'ing is inserted even if the bitrate is not'#13#10'lower than minimum t' +
  673.           'emporarily, then file size is increased.'#13#10#13#10'FYI, this is always ' +
  674.           'ON if it is fixed bitrate.'
  675.         Caption = 'Enable padding when falling below the minimum bit rate'
  676.         TabOrder = 4
  677.       end
  678.       object CQ_Quality_B: TSpinExEdit
  679.         Left = 144
  680.         Top = 185
  681.         Width = 81
  682.         Height = 21
  683.         Hint = 
  684.           'Suppose I picture spoilage is 0, set B picture relative spoilage' +
  685.           ' a range of -100 to 100.'#13#10#13#10'Normally, this does not have to be c' +
  686.           'hanged.'
  687.         AlignValue = False
  688.         CanFloatValue = False
  689.         Increment = 1
  690.         MaxValue = 100
  691.         MinValue = -100
  692.         TabOrder = 6
  693.         Value = 0
  694.         OnKeyDown = EditKeyDown
  695.       end
  696.       object CQ_Quality_P: TSpinExEdit
  697.         Left = 144
  698.         Top = 160
  699.         Width = 81
  700.         Height = 21
  701.         Hint = 
  702.           'Suppose I picture spoilage is 0, set P picture relative spoilage' +
  703.           ' a range of -100 to 100.'#13#10#13#10'Normally, this does not have to be c' +
  704.           'hanged.'
  705.         AlignValue = False
  706.         CanFloatValue = False
  707.         Increment = 1
  708.         MaxValue = 100
  709.         MinValue = -100
  710.         TabOrder = 5
  711.         Value = 0
  712.         OnKeyDown = EditKeyDown
  713.       end
  714.     end
  715.   end
  716. end
  717.